Vcenter Vcha DiskSpec
The Vcenter Vcha DiskSpec schema contains information to describe the storage configuration of a vCenter virtual machine.
This schema was added in vSphere API 6.7.1.
{
"datastore": "string"
}
The identifier of the datastore to put all the virtual disks on.
This property was added in vSphere API 6.7.1.
This field needs to be set. If missing or null, then see vim.vm.RelocateSpec.datastore.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore:VCenter. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore:VCenter.